StartGameEvent

sealed class StartGameEvent : Event(source)

Non-cancellable event, split into Pre and Post.

Inheritors

Types

Link copied to clipboard

Called in correspondence with net.minecraft.client.Minecraft.startGame at the tail of the method. Therefore, Post is called late in the game startup process.

Link copied to clipboard

Called in correspondence with net.minecraft.client.Minecraft.startGame at the head of the method. Therefore, Pre is called early in the game startup process.